Skip to content

Conversation

@jvm123
Copy link
Contributor

@jvm123 jvm123 commented May 19, 2025

With the Dockerfile, the agent can be executed in a container via

docker build -t openevolve .
docker run --rm -v .:/app openevolve examples/function_minimization/initial_program.py examples/function_minimization/evaluator.py --config examples/function_minimization/config.yaml --iterations 1000

or shorter with the Makefile:

make docker-build
make docker-run

The Makefile also allows to do

make test
make lint

@codelion codelion merged commit 0560c84 into algorithmicsuperintelligence:main May 19, 2025
1 check passed
@jvm123 jvm123 deleted the feature/docker branch June 5, 2025 02:34
@claude claude bot mentioned this pull request Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants